The various QuickTime for Windows code examples show which flags should be set. The following example shows how to set the Attr. style information in OWL 2.0 (Object Window Library, Borland C++)when creating a window that displays a movie rect that plays movies:
Attr.Style = WS_CHILD | WS_CAPTION | WS_CLIPCHILDREN | WS_OVERLAPPED; (The WS_CLIPCHILDREN attribute is very important.)This might also be the case with other Windows application frameworks (MFC).